projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce0f965
)
(ispell-command-loop): Fix `q' question.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 28 May 1994 07:22:21 +0000
(07:22 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 28 May 1994 07:22:21 +0000
(07:22 +0000)
lisp/textmodes/ispell.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/ispell.el
b/lisp/textmodes/ispell.el
index 73b58f68de593831cf4233a20205a26b27ea0c76..88187289386987173753c48b006e687d7a9cb586 100644
(file)
--- a/
lisp/textmodes/ispell.el
+++ b/
lisp/textmodes/ispell.el
@@
-1004,7
+1004,7
@@
used."
(- (point) (length word))))
nil)
((= char ?q)
- (if (y-or-n-p "Really
quit ignoring change
s? ")
+ (if (y-or-n-p "Really
kill Ispell proces
s? ")
(progn
(ispell-kill-ispell t) ; terminate process.
(setq ispell-quit (or (not ispell-checking-message)